fix(ci): quote publish.yml if-expression and clean up competitive analysis#28
Merged
Conversation
Add deps:tree script that runs npm ls --all and writes the full dependency tree to DEPENDENCIES.md. Hooked into prepare so it stays up to date whenever dependencies change.
Wrap the preflight job's if-expression in double quotes to fix YAML parse error caused by single-quoted strings inside the expression. Remove the "Irrelevant Repos" section from COMPETITIVE_ANALYSIS.md. Fix line-ending formatting in src/ and tests/.
Contributor
Greptile SummaryFixed YAML parse error in
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 580a614 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
publish.ymlby wrapping the preflight job'sifexpression in double quotes — single-quoted strings inside the expression ('release','chore: release v') were being interpreted as YAML syntaxCOMPETITIVE_ANALYSIS.mdTest plan
publish.ymlpasses GitHub Actions YAML validation